math/big.Float.setExpAndRound (method)
7 uses
	math/big (current package)
		float.go#L282: func (z *Float) setExpAndRound(exp int64, sbit uint) {
		float.go#L328: 		z.setExpAndRound(int64(z.exp)+int64(exp), 0)
		float.go#L616: 	z.setExpAndRound(int64(bits), 0)
		float.go#L1258: 	z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
		float.go#L1311: 	z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
		float.go#L1334: 	z.setExpAndRound(e-fnorm(z.mant), 0)
		float.go#L1379: 	z.setExpAndRound(e-fnorm(z.mant), sbit)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |